StructuredDataResult

data class StructuredDataResult(val receipt: StructuredDataReceipt? = null, val barcodes: List<Barcode> = listOf()) : Serializable

The result of a structured data extraction.

Constructors

Link copied to clipboard
constructor(receipt: StructuredDataReceipt? = null, barcodes: List<Barcode> = listOf())

Properties

Link copied to clipboard

Present if barcodes extraction was request and barcodes were successfully extracted, empty otherwise.

Link copied to clipboard

Present if receipt extraction was requested and a receipt/invoice was successfully extracted, null otherwise.